home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP Şubat 1998.iso / drivers / Cdrom / wearnes / WCD410.ZIP / README < prev   
Text File  |  1997-09-09  |  4KB  |  97 lines

  1.         *******************************************************
  2.         *   Wearnes Peripherals International (Pte) Limited   *
  3.         * Copyright (c) 1997 by WPI R&D - All Rights Reserved *
  4.         *******************************************************
  5.  
  6.  
  7. Objective:
  8. *********
  9.  
  10. This file provides last minute information on the product that are unable 
  11. to make it to the printing of the manual. It also serves as a better 
  12. understanding in the installation process of WPI multi-language support 
  13. installation software. Please read this file thouroughly before installing 
  14. the CD-ROM drive.
  15.  
  16. MSCDEX NOTE :
  17. *************
  18.  
  19. This version will copy MSCDEX.EXE from User's hard drive to subdirectory,
  20. "\CDROM".If MSCDEX is not available, please obtain a licensed copy from
  21. Microsoft DOS 5.00 or above.
  22.  
  23.  
  24. Installation Process:
  25. ********************
  26.  
  27. (1) Change the DOS prompt to that of the floppy drive.
  28.     Example,
  29.                A:[Enter] (or B:[Enter])
  30.  
  31. (2) To begin installation, type INSTALL [Enter] at the DOS prompt.
  32.     A screen will pop up.
  33.  
  34. (3) To install using English language, simply press ENTER at YES 
  35.     option (YES option will be automatically highlighted by default).
  36.  
  37. (4) To install using other languages (not Japanese), move the highlight 
  38.     to the appropriate language and press ENTER. The text will change 
  39.     to the selected language. Proceed to start the installation by 
  40.     pressing ENTER. 
  41.  
  42. (5) If Japanese DOS is installed, the startup screen will automatically
  43.     be Japanese text. Proceed with the installation in Japanese by 
  44.     pressing ENTER (take note of the cursor's position). Japanese language
  45.     is supported only if Japanese DOS is installed.
  46.  
  47. (6) Follow the instructions on the screen till installation is completed.
  48.  
  49.  
  50.  
  51. Additional Note For CDD-820 and above :
  52. ***************************************
  53. CDD-820 and above support DMA (Direct Memory Access). This feature enables 
  54. the transfer of data between the CD-ROM drive and system memory without 
  55. the intervention of the CPU. This eases the CPU to process other timing 
  56. critical jobs like decoding of full-motion video and audio. However, the 
  57. motherboard/BIOS must be able to support DMA transfer before CDD-820 and 
  58. above can make use of it. 
  59.  
  60. To turn on the DMA transfer, edit CONFIG.SYS file as follow :
  61.     DEVICE=C:\DOS\EMM386.EXE
  62.     DEVICE=C:\CDROM\WCD.SYS /D:WP_CDROM /PM
  63. The /PM option is used to enable PCI Bus Mastering for DMA transfer. 
  64. (For Triton Chip-Sets only).
  65.  
  66. Note that EMM386.EXE is neccessary for WCD.SYS to enable DMA transfer in DOS
  67. environment. This is because DMA requires a Virtual Memory Conversion  
  68. to be performed by EMM386.EXE. This function is supported in Windows 3.x by 
  69. default, hence EMM386.EXE is not neccessary for user who uses Windows only.
  70.  
  71.  
  72. For usage of multiple IDE CD-ROM device drivers under CONFIG.SYS,     
  73. please take note of the following options:
  74.  
  75.     DEVICE=C:\CDROM\WCD.SYS /D:WP_CDROM /N:pm 
  76.     {for Primary Master detection only}
  77.  
  78.     DEVICE=C:\CDROM\WCD.SYS /D:WP_CDROM /N:ps 
  79.     {for Primary Slave detection only}
  80.  
  81.     DEVICE=C:\CDROM\WCD.SYS /D:WP_CDROM /N:sm 
  82.     {for Secondary Master detection only}
  83.  
  84.     DEVICE=C:\CDROM\WCD.SYS /D:WP_CDROM /N:ss 
  85.     {for Secondary Slave detection only}
  86.  
  87. Default setting does not include /N option, which means the driver
  88. will detect all the Primary and Secondary IDE CD-ROM drives.
  89.  
  90. The /N option can be used to specify any combination on the same line.
  91. e.g. 
  92.     DEVICE=C:\CDROM\WCD.SYS /D:WP_CDROM /N:ps /N:sm
  93.     {for Primary Slave and Secondary Master detection only}
  94.  
  95. (Note : The /N option is only supported by WCD.SYS ver 2.31 and above.)
  96.                                                              
  97.